Welcome![Sign In][Sign Up]
Location:
Search - static color

Search list

[Static controlstatic_font_stye

Description: 一个简单易学的static文本字体和颜色改变程序。-Easy to learn a simple static text font and color change process.
Platform: | Size: 1875968 | Author: 钟勇 | Hits:

[Dialog_Window329_CustDlg2

Description: 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modify the background color of dialog box 2. Bitmap as a dialog box with the background 3. To change static control text and background color 4. To change the edit box text and background color 5. CheckBox to change the text and background color 6. RadioBox to change the text and background color 7. to change the button background color and text color 8. In the dialog box using Picture Controls 9. modify Picture control to display bitmaps 10. use LoadImage bitmap loaded from the resources
Platform: | Size: 634880 | Author: 姜帅云 | Hits:

[Static controlColorStaticBox

Description: 改代码是实现如何显示彩色的静态控件,字体颜色的改变-To realize how to display the code are the static control color, font color change
Platform: | Size: 36864 | Author: vendy | Hits:

[SCM5026

Description: 51单片机20mm双色(2R1G)显示模组扫描程序。 涉及芯片有,5026,245。 为静态扫描。-51 Singlechip 20mm two-color [2R1G] display module scanner. Involved in the chip has, 5026,245. For the static scan.
Platform: | Size: 1024 | Author: tong | Hits:

[VHDL-FPGA-VerilogVGA

Description: VGA彩色信号控制器设计:用VHDL语言编写程序,重点完成三个功能: 1.棋盘格图案显示: 用三基色原理在CRT显示器上显示由横竖八彩条重叠构成的棋盘格图案; 2.在显示器上依次显示0~9十个数字: 每个数字不同颜色,每个显示大约0.4秒,循环显示; 3.显示动画效果: 将静态图像以高频率显示,造成动画效果,最终动态显示OVER结束。-VGA color signal controller design: using VHDL programming language, focusing on the completion of three functions: 1. Chessboard grid pattern shows that: The principle of three-color display on the CRT display by eight color横竖overlapping grid consisting of checkerboard patterns 2. followed by the display on display 0 ~ 9 10 figure: Each figure in different colors, each show around 0.4 seconds, circular display 3. show animation effects: static image to display a high frequency, resulting in animation effects, dynamic display finally OVER The End .
Platform: | Size: 186368 | Author: 刘峰 | Hits:

[Other Gamessample2

Description: 双色球彩票游戏软件 1横向滚动显示文字 2优良的随机数产生算法 3动态显示随机数 4彩色静态文本的实现 5使用VC操作EXCEL 6高效的排列组合算法 7文件操作-1 horizontal Scrolling text 2 good random number generator algorithm for random number 3 dynamic display 4 static text color to achieve 5 of EXCEL 6 the use of VC and efficient operation of permutation and combination algorithm 7 file operations
Platform: | Size: 7704576 | Author: lishiming | Hits:

[Graph programbasic

Description: 数字图像的信息隐藏技术是数字图像处理领域中最具挑战性、最为活跃的研究课题之一。 本文概述了数字图像的信息隐藏技术,并给出了一个新的基于彩色静止数字图像的信息隐藏算法。-Digital Image Information Hiding the field of digital image processing is the most challenging, the most active one of the research topic. This article provides an overview of digital image information hiding technology, and gives a new color based on a static digital image information hiding algorithm.
Platform: | Size: 24576 | Author: Yummy | Hits:

[source in ebooktransparent_st

Description: PB中的静态文本控件可以设置各种不同的背景色,但没有办法设置为透明色,这在某些特殊界面设计要求时显得心有余而力不足。本文提供一种实现透明文本的简单方法,并不需要借助API。方法如下: 1、 建立一个工作空间(workspace),取名为:transparent_st。 2、 建立一个应用(application),取名为:transparent_st。 3、 建立一个可视用户对象,uo_transparent_st,类型为statictext,定义下列变量: boolean ib_painting 4、 编写uo_transparent_st的Constructor事件脚本: //536870912 透明色 This.backcolor = 2^29 5、 定义uo_transparent_st的用户自定义事件,ue_paint(Event ID:pbm_paint) IF IsValid(This) THEN if ib_painting THEN Return 0 ib_painting = True This.Visible = False Do While Yield() Loop This.Visible = True ib_painting = False END IF Return 0 -PB in the static text control you can set different background color, but there is no way to set a transparent color, which in some special interface design it is very difficult request. This article provides a simple and transparent method of the text is no need to use API. As follows: 1, the establishment of a working space (workspace), named: transparent_st. 2, the establishment of an application (application), named: transparent_st. 3, the establishment of a visual user object, uo_transparent_st, type statictext, the definition of the following variables: boolean ib_painting 4, the preparation of the Constructor event uo_transparent_st script: // Transparent color 536,870,912 This.backcolor = 2 ^ 29 5, the definition of user-defined uo_transparent_st events, ue_paint (Event ID: pbm_paint) IF IsValid (This) THEN if ib_painting THEN Return 0 ib_painting = True This.Visible = False Do While Yield () Loop
Platform: | Size: 58368 | Author: newease | Hits:

[Special Effectssimple_bg_subtraction_based_on_framedifference

Description: 基于opencv和帧差法实现彩色avi视频的,可以减除光照变换较明显的静态背景。附实验视频。-Opencv-based and frame color difference avi video, you can remove the more obvious light transform the static background. Experimental video attached.
Platform: | Size: 27046912 | Author: zhezhe | Hits:

[Special EffectsFind_Lips_in_YCbCr

Description: 在YCbCr通道上,对人的嘴唇的寻找,通过大量数据样本得到的嘴唇颜色区域,效果不错,这个程序只是在静态图片里寻找,对做嘴形识别的人有帮助-Channel in the YCbCr on the lips of people search through a large amount of data samples to be the color of the lip region, the effect is true that this procedure only to find a static picture of the so-shaped mouth to help people identify
Platform: | Size: 89088 | Author: richard | Hits:

[Dialog_WindowCustDlg

Description: 界面换肤色,界面换图,界面美化,静态文本框字体换色-Interface for color, the interface for map interface landscaping, static text box font color change
Platform: | Size: 4417536 | Author: 赵干 | Hits:

[Static controlstaticColor

Description: 该源码是修改静态控件颜色的可执行程序源码-The source code to modify the color of static control executable source
Platform: | Size: 1602560 | Author: xieweipeng | Hits:

[Windows DevelopControlColorTest

Description: 包括组合框、单选按钮、复选框和静态文本等控件的字体和背景色的修改。VC6/VC2005下调试通过-Change Group Box、Check Box、Static control s font and backup color . Build sussfully in VC6/VC2005
Platform: | Size: 32768 | Author: kent | Hits:

[Internet-NetworkMyBrowser

Description: 超级链接的实现。采用从CStatic类继承一个子类,完成鼠标移动消息、鼠标左键点击、静态文本颜色字体控制、实现shell功能。-The realization of hyperlinks. Class used to inherit from a CStatic subclass complete mouse message, click the left mouse button, static text font color control, shell functions to achieve.
Platform: | Size: 98304 | Author: | Hits:

[Otherledping

Description: 16X64led彩色led屏静止+流动+时间.-Color led screen 16X64led static+ mobile+ time.
Platform: | Size: 39936 | Author: 陈辉 | Hits:

[OpenGL programMFC

Description: 本文讲述了如何在MFC中添加OpenGL框架,分步骤详细简单,适合初学者学习。-/step 3 重新设置像素格式 BOOL CXXXMFCGLView::SetupPixelFormat(HDC hDC) { //重新设置画图窗口的像素格式 static PIXELFORMATDESCRIPTOR pfd = { sizeof(PIXELFORMATDESCRIPTOR), // size of this pfd 1, // version number PFD_DRAW_TO_WINDOW | // support window PFD_SUPPORT_OPENGL | // support OpenGL PFD_DOUBLEBUFFER, // double buffered PFD_TYPE_RGBA, // RGBA type 24, // 24-bit color depth 0, 0, 0, 0, 0, 0, // color bits ignored 0, // no alpha buffer 0, // shift bit ignored 0, // no accumulation buffer 0, 0, 0, 0, // accum bits ignored 32, // 32-bit z-buffer 0, // no stencil buffer 0, // no auxiliary buffer PFD_MAIN_PLANE, // main layer
Platform: | Size: 7168 | Author: 任龙 | Hits:

[Graph programpCorometro

Description: This source code presents a solution, using logical fuzzy, for static picture processing, captured of cameras of TV, applied to the classification of football players, to define which team it possesss the biggest degree of relevancy, in relation to the standard of colors RGB of each analyzed region. The fuzzy solution involves the control of an ouput variable, team of the analyzed player, and three input variable: Color R (Red) Average, Color G (Green) Average and Color B (Blue) Average. An application was developed that used a knowledge specialist for modeling of the linguistic variable and construction of the base of fuzzy rules. -This source code presents a solution, using logical fuzzy, for static picture processing, captured of cameras of TV, applied to the classification of football players, to define which team it possesss the biggest degree of relevancy, in relation to the standard of colors RGB of each analyzed region. The fuzzy solution involves the control of an ouput variable, team of the analyzed player, and three input variable: Color R (Red) Average, Color G (Green) Average and Color B (Blue) Average. An application was developed that used a knowledge specialist for modeling of the linguistic variable and construction of the base of fuzzy rules.
Platform: | Size: 812032 | Author: Rodrigo | Hits:

[SCM1

Description: VGA01目录下有TTOP.BIN,下载后有如下效果: 插上显示屏: 屏幕显示两层图片,下层是静态的两个字,我的名字。 上层是一个128X64的256色图片, 插上键盘: 按键盘大键盘区的1-9,板子上的7段会有显示数字,按<-删除键删除一个数字。 visualC目录下是一个小程序,将BMP转换成rom.mif ROM存储器初始化文件。-VGA01 directory under TTOP.BIN, download the following effect: plug in the display: two-tier display picture, the lower is the word static, my name. 128X64 upper is a 256 color photos, plug in the keyboard: the keyboard great keyboard by the 1-9 zone, the board will show the number of paragraph 7, according to <- Delete key to delete a number. visualC directory is a small program to convert BMP memory initialization file rom.mif ROM.
Platform: | Size: 1695744 | Author: jinbang | Hits:

[GUI DevelopLayeredBitmapCtrl_src

Description: This article is about a CStatic derived class that supports multiple bitmap layers. The CLayeredBitmapCtrl class allows you to add/remove/show/hide bitmap layers on a static control. Each bitmap layer can have a user defined transparent color retrieve the transparent color from a specified location in the bitmap. This allows the background bitmap to be visible through the transparent color of another bitmap layer. Tool tips are also used so that each layer can display its own description. Each layer can also have a non-transparent region that allows the tool tip to be displayed only when the mouse is over the non-transparent portion of the layer. The first layer is not usually set to transparent because it is used as the background. All of the other layers should have the transparent flag set, otherwise the first layer will not be visible, unless the layer is smaller and rectangular.-This article is about a CStatic derived class that supports multiple bitmap layers. The CLayeredBitmapCtrl class allows you to add/remove/show/hide bitmap layers on a static control. Each bitmap layer can have a user defined transparent color or retrieve the transparent color from a specified location in the bitmap. This allows the background bitmap to be visible through the transparent color of another bitmap layer. Tool tips are also used so that each layer can display its own description. Each layer can also have a non-transparent region that allows the tool tip to be displayed only when the mouse is over the non-transparent portion of the layer. The first layer is not usually set to transparent because it is used as the background. All of the other layers should have the transparent flag set, otherwise the first layer will not be visible, unless the layer is smaller and rectangular.
Platform: | Size: 21504 | Author: pudnuploader | Hits:

[SCMLEDyinjiaotu

Description: 《七段数码管引脚图》 数码管使用条件: a、段及小数点上加限流电阻 b、使用电压:段:根据发光颜色决定; 小数点:根据发光颜色决定 c、使用电流:静态:总电流 80mA(每段 10mA);动态:平均电流 4-5mA 峰值电流 100mA -" Seven-Segment Digital control pin map" the conditions governing the use of digital: a, section and add a decimal point limiting resistor b, the use of voltage: paragraph: According to the luminous color decision decimal point: According to the luminous color of the decision c, using the current: Static: total current of 80mA (Each 10mA) Dynamic: 4-5mA average current 100mA peak current
Platform: | Size: 150528 | Author: duke | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net